Skip to content

IEventPatternSource interface

Defined in

Namespace: System.Reactive Assembly: System.Reactive.dll Full name: System.Reactive.IEventPatternSource<T> Modifiers: public abstract

Summary

        Represents a data stream signaling its elements by means of an event.
        

Applies to

netstandard2.0

Events

NameSummary
OnNextEvent signaling the next element in the data stream.